home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000507_tim@maths.tcd.ie_Tue Apr 26 13:25:19 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from salmon.maths.tcd.ie by cs.umb.edu with SMTP id AA07765
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Tue, 26 Apr 1994 13:25:19 -0400
  3. Received: from hamilton.maths.tcd.ie by salmon.maths.tcd.ie
  4.            Via SMTP (FibreOptic) id aa22552; 26 Apr 94 13:53 BST
  5. Subject: Re: A problem compiling Web2c
  6. To: Root 'n' Toot <root@insect.sd.monash.edu.au>
  7. Date: Tue, 26 Apr 1994 13:53:15 (BST)
  8. From: Timothy Murphy <tim@maths.tcd.ie>
  9. Cc: tex-k@cs.umb.edu
  10. In-Reply-To: <9404260501.AA04003@insect.sd.monash.edu.au> from "Root 'n' Toot" at Apr 26, 94 03:01:44 pm
  11. X-Mailer: ELM [version 2.4 PL21]
  12. Mime-Version: 1.0
  13. Content-Type: text/plain; charset=US-ASCII
  14. Content-Transfer-Encoding: 7bit
  15. Content-Length: 563       
  16. Message-Id:  <9404261353.aa21279@hamilton.maths.tcd.ie>
  17.  
  18. > We here at my site have the following problem:
  19. >     Undefined                       first referenced
  20. >      symbol                             in file
  21. >     yywrap                              lex.yy.o
  22. >     ld: fatal: Symbol referencing errors. No output written to web2c
  23. > Everything else works fine, but it crashes here. Are there any known
  24. > reasons for this. Maybe a solution? Could it be flex?
  25.  
  26. You can define
  27.  
  28. #define yywrap() 1
  29.  
  30. in the appropriate file.
  31. yywrap() is called to see if you want to process any more files.
  32. It should be in the flex library.
  33.  
  34.